memory allocator造句
例句與造句
- A different memory allocator is also being used
還使用了不同的內(nèi)存分配器。 - Shows how to use a custom memory allocator for
的自定義內(nèi)存分配器來提高多線程應用程序的性能。 - Interface is a simple memory allocator
簡單的內(nèi)存分配實現(xiàn)。 - Frees a block of memory allocated by the unmanaged com task memory allocator with
釋放由非托管com任務內(nèi)存分配器使用 - The customstring sample shows how to use a custom memory allocator for
的自定義內(nèi)存分配器來優(yōu)化多線程應用程序的性能。 - It's difficult to find memory allocator in a sentence. 用memory allocator造句挺難的
- Debug memory allocator
偵錯記憶體分派器 - Customstring sample : demonstrates custom memory allocators for cstringt
> customstring示例:演示cstringt的自定義內(nèi)存分配器 - Allocates a block of memory of specified size from the com task memory allocator
從com任務內(nèi)存分配器分配指定大小的內(nèi)存塊。 - The debug memory allocator puts guard bytes around all memory allocations
調(diào)試內(nèi)存分配器在所有內(nèi)存分配的周圍都放置保護字節(jié)。 - When you build your project for debug , you are using the debug memory allocator
在生成用于調(diào)試的項目時,使用的是調(diào)試內(nèi)存分配器。 - The memory allocator will always return the memory block from the free - list , which best fits the required size
) 。內(nèi)存分配器將總是從空閑列表中返回一個最合適大小的內(nèi)存塊。 - Kernel virtual memory management kernel memory allocator , a component that tries to satisfy the requests for memory
內(nèi)核虛擬內(nèi)存的管理/內(nèi)核內(nèi)存分配器,這是一個用來滿足對內(nèi)存的請求的組件。 - Or else your program would leak memory , and eventually the memory allocator would fail and your program would crash . whenever you allocated an object with
每一個new操作必須有相應的delete操作,否則您的程序就會泄漏內(nèi)存,最終內(nèi)存分配器( memory allocator )就會出故障,而您的程序就會崩潰。 - After giving all - sided analysis and evaluation on kinds of memory allocation pattern , it designs rtps _ cached _ allocator , a pooled memory allocator which can decrease the overhead resulted from the general dynamic heap allocation , in order to improve the dynamic performance of a system and meet the de mand of qos predictability . a memory pool management framework , mpmf , is also shown
在全面分析總結(jié)各種內(nèi)存分配模式及其優(yōu)缺點與適用環(huán)境的基礎上,針對實時響應系統(tǒng)對動態(tài)性能和qos可預測性的需求,設計實現(xiàn)了一個能夠有效減少內(nèi)存分配開銷的池式分配器rtpsmachemllocator ,提出了一個內(nèi)存池管理框架mpmf 。